-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change system time feature #1730
Conversation
Please chmod +x and amend commit @alexgithublab : not functionally testable. (not executable). |
@alexgithublab : Also missing notes stating this needs to be UTC/GMT timezone (system clock ) and maybe an online pure HTML5 reference for users to define this without setting local timezone (from their phone...) See #910 (comment) |
initrd/bin/gui-init
Outdated
@@ -438,6 +438,7 @@ show_options_menu() | |||
'C' ' Reencrypt LUKS container -->' \ | |||
'P' ' Change LUKS Disk Recovery Key passphrase ->' \ | |||
'R' ' Check/Update file hashes on root disk -->' \ | |||
'h' ' Change system time' \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Why under gui-init option menu?
- if under Options menu? Why so low in this menu?
- Why not proposed under TOTP mismatch prompt as replacement for current workflow?
|
||
clear | ||
|
||
echo -e -n "Please enter the date and time you wish to set\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GMT/UTC and reference to pure HTML5 url for user to look for GMT timezone clock with seconds like https://time.is/GMT or better
@tlaurion Thank you for advice, this should be better now. |
I'm fine with this @JonathonHall-Purism ? |
Will test #1719 (comment) against his PR which needs to be rebased on master |
Cannot apply because branch is master. Creating superseeding PR with co-authoring. |
Replaced by #1737 |
This allows to change time easily directly from the GUI.